home *** CD-ROM | disk | FTP | other *** search
- # drivers/video/mxc/Kconfig
-
- if ARCH_MXC
-
- menu "MXC support drivers"
-
- config MXC_IPU
- bool "Image Processing Unit Driver"
- select MXC_IPU_V3 if ARCH_MX51
- help
- If you plan to use the Image Processing unit, say
- Y here. IPU is needed by Framebuffer and V4L2 drivers.
-
- source "drivers/mxc/ipu3/Kconfig"
-
- source "drivers/mxc/pmic/Kconfig"
- source "drivers/mxc/security/Kconfig"
- source "drivers/mxc/vpu/Kconfig"
- source "drivers/mxc/bt/Kconfig"
-
- endmenu
-
- endif
-